"The MonthChoice component is a ready-made RadioMatrix that lets you get a month selection from the user. To use, set a <b>matrixName</b> to distinguish it from other matrices that might be in your form. Also, set the table's <b>borderSize</b> to any integer value (0 turns off the border completely), and set the <b>cellPadding</b> and <b>cellSpacing</b> variables to alter the spacing of the table.
<P>
You can also initialize the selected month by either setting the <b>selectedMonth</b> or <b>selectedMonthInt</b> variables (setting one will automatically set the other). Valid options for <b>selectedMonth</b> are: \"Jan\", \"Feb\", \"Mar\", \"Apr\", \"May\", \"Jun\", \"Jul\", \"Aug\", \"Sep\", \"Oct\", \"Nov\", \"Dec\". Valid options for <b>selectedMonthInt</b> are integers from 1 to 12. When the form is submitted, both the string and the integer variables will be set to whatever the user chose.";
parameters = (
"selectedMonth",
"Takes an NSString argument and sets the month that's initially selected in the MonthChoice component. Upon return, contains the user's choice (or <b>nil</b> if nothing is chosen). The default is the current month, as determined by the system clock.",
"selectedMonthInt",
"Takes an integer argument and sets the month that's initially selected in the MonthChoice component. Upon return, contains the user's choice (or <b>nil</b> if nothing is chosen). The default is the current month, as determined by the system clock.",
"borderSize",
"The width of the table border. Default is 1.",
"cellPadding",
"The margin around of each cell in the table. Default is 2.",
"cellSpacing",
"The space between the cells in the table. Default is 0."
);
currentVersion = "1.0";
releaseDate = "March 4, 1996";
supportPolicy = "ExampleCode: Unsupported";
distributionPolicy = "You may freely distribute this code";